home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Electronic Messages / Delphi Digests / Delphi Vol. 2 / Delphi 2.63 < prev   
Encoding:
Text File  |  1988-01-01  |  26.6 KB  |  765 lines  |  [TEXT/ttxt]

  1. n n
  2.  
  3.  Message: 1347462, 750 lines
  4.  Posted: 5:38pm EDT, Mon Jun 16/86
  5.  Subject: Last of the hand delivered info-macs (V4 #74)
  6.  To: Info-Mac
  7.  From: Post Master
  8.  
  9.  Mail-From: INFO-MAC-REQUEST created at 26-May-86 15:40:34
  10.  Date: 26 May 86 1539-PDT
  11.  From: Moderator Dwayne Virnau...  <INFO-MAC-REQUEST@SUMEX-AIM.ARPA>
  12.  Reply-to: INFO-MAC@SUMEX-AIM.ARPA
  13.  Subject: INFO-MAC Digest   V4 #74
  14.  To: INFO-MAC@SUMEX-AIM.ARPA
  15.  
  16.  
  17.  INFO-MAC Digest          Tuesday, 27 May 1986      Volume 4 : Issue 74
  18.  
  19.  Today's Topics:
  20.                              Beta System Files
  21.                               PICT Resources
  22.                        Multi-Scrap and Scrapbook bug
  23.                       Thawing a frozen mouse (cursor)
  24.                           Creator and Type flags
  25.                     Alternative keyboards for Macintosh
  26.                           MacDraw, Times and Tabs
  27.                            MacTerminal and Mac+
  28.                          Mac Plus cable hardware.
  29.                                 Finder Bug
  30.                           Re: New LaserPrep file
  31.                         scrolling menu bug in Mac+
  32.                               SetFile 2.0 Bug
  33.         A "gotcha" for user routines on the vertical retrace queue
  34.                          Usenet Mac Digest V2 #40
  35.                          Usenet Mac Digest V2 #41
  36.                          Delphi Mac Digest V2 #20
  37.                               FontDisplay 4.0
  38.                              Latest TechNotes
  39.                                FONT-BOSTONII
  40.                                 LINT again
  41.                    new software support plans from Apple
  42.  
  43.  
  44.  ----------------------------------------------------------------------
  45.  
  46.  Date: Wed 21 May 86 08:20:15-PDT
  47.  From: DBECK@SRI-KL.ARPA
  48.  Subject: Beta System Files
  49.  
  50.  There are several beta version System 3.2 files wandering about.  In
  51.  particular, beware of 3.2b4.  It has a debugging artifact that will
  52.  hang the processor if... 1. you are in Switcher (4.9 in this case)
  53.  2. using MacWrite and 3. Attempt to print to the LaserWriter.
  54.  Returning to System 3.1.1 eliminated the problem.   ...Doug Beck  dbeck@sri-kl
  55.  
  56.  ------------------------------
  57.  
  58.  Date: Wed, 21 May 86 10:22 EST
  59.  From: CML5A9%IRISHMVS.BITNET@WISCVM.WISC.EDU
  60.  Subject: PICT Resources
  61.  
  62.  Since there have been several questions of this nature
  63.  lately on infomac, so i thought i would outline a more
  64.  GENERAL procedure for getting PICT resources from other
  65.  types of data.  This hold true for just about any program
  66.  that generates PICT type data in the first place.
  67.  
  68.  1) Bring up the document in your favorite program.
  69.  (MacDraw, f'rinstance)
  70.  2) Select all of the document you want to make
  71.  into a PICT.  (In MacDraw, i usually reduce to fit,
  72.  and highlight the whole thing)
  73.  3) Select COP? from EDIT.
  74.  4) Open the scrapbook.
  75.  5) PASTE.
  76.  
  77.  Now, the scrapbook contains a PICT resouce with your
  78.  PICT in it.  So, quit the application, go into ResEdit,
  79.  open the Scrapbook file, open the pict resources,
  80.  find the one with your picture in it.
  81.  Select Copy from Edit menu.
  82.  Close the scrapbook file.
  83.  Open your application where you want to paste the
  84.  PICT.
  85.  Select PASTE from EDIT.
  86.  
  87.  And viola.  ?ou have a PICT resource from a document
  88.  into your application.  By the way, this is a GREAT
  89.  way to do help screens, esp for small utility programs.
  90.  
  91.  I should point out that the resource you
  92.  copy from the scrapbook will have a strange resource
  93.  number.  Just do a GET INFO on the resource after you
  94.  paste it into your application and change the number
  95.  to whatever you want it to be.
  96.  
  97.  Hope this helps.
  98.  Tom Dowdy
  99.  "If it jams, force it, if it breaks, it needed fixing anyway."
  100.  
  101.  ------------------------------
  102.  
  103.  From: stew%lhasa.UUCP@harvard.HARVARD.EDU
  104.  Date:   21 May 86 14:07 EDT
  105.  Subject: Multi-Scrap and Scrapbook bug
  106.  
  107.  Does anyone have the sources to the Multi-Scrap DA?  There is a bug in
  108.  this and in the Scrapbook DA, in that if you cut out something that
  109.  has a resource of type other than PICT or TEXT, the other type does
  110.  not get removed from the resource file.  If you then paste something
  111.  in that has that type, you end up with two resources with identical
  112.  ID numbers.
  113.  
  114.  Thanx
  115.  Stew
  116.  
  117.  ------------------------------
  118.  
  119.  Date: Tue, 20 May 86 22:23:45 mdt
  120.  From: dlc%b@LANL.ARPA (Dale Carstensen)
  121.  Subject: Thawing a frozen mouse (cursor)
  122.  
  123.  I notice that lots of little bugs I can put in my programs will not totally
  124.  crash the Mac or even damage the ramdisk I am using, but will get a system
  125.  error.  An ES command in macsbug will return me to the shell with only one
  126.  problem.  The one problem is a frozen mouse (cursor.)  To get the mouse
  127.  moving again, I've found that running prsetup for the vertical and term for
  128.  the horizontal frees one axis at a time (perhaps selecting both ports in
  129.  term would free both).  But not always.  The vertical movement is tougher.
  130.  Both prsetup and term are programs that come with Aztec C68K for the
  131. -Macintosh.
  132.  
  133.  Of course, what's happening is that the SCC registers are getting clobbered
  134.  by stray writes in memory, with slightly negative bases and small offsets
  135.  missing all the RAM, but attacking the SCC with a vengeance.  So I wrote a
  136.  program to re-initialize the SCC.  And it always thaws the mouse (so far.)
  137.  But it also always disables the printer.  Usually any attempt to write data
  138.  to port B will cause a hang at 40141a-40141e (64K ROMs,) which MacNosy tells
  139.  me is in "Write" (actually before Write, but Write jumps back to "com_23".)
  140.  I have an "improved" version which results in a system error -14 when any
  141.  attempt to use port B of the SCC happens.  Page III-176 of IM says:
  142.      I/O system error:  The File Manager is attempting to dequeue an
  143.      entry from an I/O request queue that has a bad queue type field;
  144.      perhaps the queue entry is unlocked.  Or, the dCtlQHead field was
  145.      NIL during a Fetch or Stash call.  O, a needed device control
  146.      entry has been purged.
  147.  for ID 14.  Typical.  Exciting reading.  What does it mean, though?
  148.  
  149.  So I'm curious if someone has solved this problem and has a mouse thawer that
  150.  doesn't cause printer hangs.  If there is such a program, I think it should be
  151.  put in a FKE? resource so the "rest of them" (including me, when I'm running
  152.  a purchased or public domain program) can save their hard-won data and not
  153.  be forced to re-boot when the mouse gets frozen.  Fortunately, macsbug saves
  154.  the day whenever mascbug is around.
  155.  
  156.  I could post my program, but it seems to be dangerous enough that I think it
  157.  is better not to.
  158.  
  159.  ------------------------------
  160.  
  161.  Date: Tue, 20 May 86 14:56 PDT
  162.  From: PUGH%CCV.MFENET@LLL-MFE.ARPA
  163.  Subject: Creator and Type flags
  164.  
  165.  
  166.  I have tried setting the Creator and Type flags of a file with Resedit from
  167.  Sumex (versions 10D4 and D5) and it fails. Is there a version available that
  168.  works, and if so would someone a) mail it to me and/or b) post it?
  169.  
  170.  Or is there something I am missing?
  171.  
  172.  Jon
  173.  
  174.  [from the moderator:
  175.  
  176.  Others have reported this problem.  Inside the Dr. Mac package is a program
  177.  called SetFileAttributes, which I have used with success.  The entire file
  178.  (which includes some hints on Finder 5.x) is archived as
  179.  [SUMEX-AIM.ARPA] <INFO-MAC>DRMACV1-HINTS.HQX
  180.  
  181.  DoD
  182.  ]
  183.  
  184.  ------------------------------
  185.  
  186.  Date: Tue, 20 May 86 08:11:36 edt
  187.  From: Pat Mcconnel <mcconnel@nrl-b43.ARPA>
  188.  Subject: Alternative keyboards for Macintosh
  189.  
  190.  
  191.  I am interested in software that would allow a Macintosh
  192.  user to use a keyboard other than the stock-from-the-box
  193.  unit that comes with it.  I have in mind substituting a
  194.  keyboard from a Digital VT220 for the original Macintosh
  195.  unit.  I prefer the "feel" and responsiveness of the VT-220,
  196.  and they are close in price.  The VT-220 also has a built
  197.  in key pad.  What I would envision is a 'choose keyboard'
  198.  driver ala 'choose printer'.  I believe it would also be
  199.  much easier for the Mac to emulate a VT-100 with a VT-220
  200.  keyboard than with the original.
  201.  
  202.  Pat McConnel
  203.  Naval Research Laboratory
  204.  Code 7009
  205.  Washington, D.C. 20375-5000
  206.  ARPANET address:  mcconnel@nrl-b43
  207.  202-767-3020 (commercial)
  208.  297-3020 (AUTOVON)
  209.  
  210.  ------------------------------
  211.  
  212.  Date: Tue, 20 May 86 09:39 EST
  213.  From: CML5A9%IRISHMVS.BITNET@WISCVM.WISC.EDU
  214.  Subject: MacDraw, Times and Tabs
  215.  
  216.  Someone here has been having problems with MacDraw
  217.  and the Times font.  It seems that when using the text
  218.  tool with the Times font the Tab key doesn't seem to
  219.  work.  The tab goes in okay (you can backspace), but
  220.  doesn't seem to appear on the screen.  Anyone else had
  221.  this problem or know either why it happens or its
  222.  solution?
  223.  
  224.  -Tom Dowdy
  225.  "If it jams, force it, if it breaks, it needed fixing anyway."
  226.  
  227.  ------------------------------
  228.  
  229.  Subject: MacTerminal and Mac+
  230.  Date: Tue, 20 May 86 16:50:14 -0800
  231.  From: Kathleen Huddleston <gregory@ICSE.UCI.EDU>
  232.  
  233.  I've noticed something somewhat annoying now that I've upgraded to the
  234. -MacPlus.
  235.  With the 512, when I quit MacTerminal if I did not physically reset the Mac,
  236.  the terminal line would stay open.  I would not have to re-login each time I
  237.  started up.  This is not true with the Plus.  If I quit MacTerminal, it
  238.  disconnects the session.  This is not too pleasant.
  239.  
  240.  One solution.  If I use MacTerminal under Switcher (4.9), it does't disconnect
  241.  when simply moving to another application under switcher.  Does anyone have
  242.  any idea why this happens?
  243.  
  244.  ------------------------------
  245.  
  246.  Subject: Mac Plus cable hardware.
  247.  From: KNIGHT%MAINE.BITNET@WISCVM.WISC.EDU  (Michael Knight)
  248.  Date: Tue, 20 May 1986 10:50 EDT
  249.  
  250.  Could anyone tell me where I can mail order the 8-pin mini-din
  251.  connectors.  Thanks much.
  252.  
  253.  ------------------------------
  254.  
  255.  Date: Thu, 22 May 86 13:53 PDT
  256.  From: PUGH%CCV.MFENET@LLL-MFE.ARPA
  257.  Subject: Finder Bug
  258.  
  259.  
  260.  I found a nifty Finder bug in 5.2 and here's how you can repeat it.
  261.  
  262.  First, open a disk or folder.  Take a file and drag it to the trash.
  263.  Close the disk or folder.  Open the trash and drag the icon back into
  264.  the closed disk or folder.  Open the disk or folder.  All your other
  265.  files will not be there.  Only the formerly trashed icon appears.
  266.  Now close and reopen the disk or folder and voila, your stuff reappears,
  267.  with the trashed icon underneath one of them.
  268.  
  269.  Isn't that nifty?  Are you listening Apple?
  270.  
  271.  Jon
  272.  
  273.  ------------------------------
  274.  
  275.  Date: Thu 22 May 86 14:07:21-CDT
  276.  From: Brian H. Powell <CS.Powell@R20.UTEXAS.EDU>
  277.  Subject: Re: New LaserPrep file
  278.  
  279.       I did most of the work putting together the LaserPrep file from the
  280.  version 3.0 LaserWriter driver.  It was appledict version 36.
  281.       Then I found out Apple is testing an even newer version, so I abandoned
  282.  the project until Apple makes up its mind.
  283.       The newest version I have seen is appledict version 38.  It was part of
  284.  LaserWriter 3.1 distributed with the System 3.2B4.  (Do you have all those
  285.  version numbers down?)
  286.  
  287.  Brian H. Powell         brian@sally.UTEXAS.EDU
  288.                          brian@ut-sally.UUCP
  289.                          CS.Powell@r20.UTEXAS.EDU
  290.  
  291.  ------------------------------
  292.  
  293.  Date: 24 May 1986 1159-JST (Saturday)
  294.  From: Hisao NOJIMA <nttlab!nojima@su-shasta.arpa>
  295.  Subject: scrolling menu bug in Mac+
  296.  
  297.    [ I was asked to pass the following message to people interested in
  298.      Macintosh.]
  299.  
  300.   ----- Forwarded Message -----------------
  301.  Return-Path: <titcca!srava!ariza>
  302.  Received: by ntt.junet (4.12/4.7JC-7) CHAOS with CHAOS-MAIL
  303.          id AA06175; Fri, 23 May 86 21:55:20 jst
  304.  Received: by titan.junet (4.12/6.0Junet)
  305.          id AA04072; Fri, 23 May 86 19:57:06 jst
  306.  Received: by srava.sra.junet (4.13/6.1Junet)
  307.          id AA17114; Fri, 23 May 86 16:55:52 jst
  308.  Date: 23 May 1986 16:39-JST
  309.  From: ariza@srava.sra.junet
  310.  Subject: scrolling menu bug
  311.  Message-Id: <517217974/ariza@srava.sra.junet>
  312.  
  313.  
  314.  I found a bug in Mac+'s menu scrolling.
  315.  When there are more than eight menu items with icons
  316.  in a menu, Mac+ lets you scroll it up and down and
  317.  the menu will be ... corrupted.
  318.  
  319.  The following program is written in Mac Pascal;  it installs
  320.  a menu of 10 items with icons (10 is more obvious than 9)
  321.  and reveals the bug.   The system file used was version 3.0
  322.  but I don't have the later versions.
  323.  Is it already known and patched or still sneaking around...?
  324.  
  325.                          Michiharu Ariza
  326.                          Software Research Associates, Inc., Tokyo, Japan
  327.                          JUNET:  ariza@srava.sra.junet
  328.                          UUCP:   ...mcvax!kddlab!koudai!titcca!srava!ariza
  329.  ------------------
  330.  program Test;
  331.   const
  332.    { Traps }
  333.    NewMenu = $A931;
  334.    AppendMenu = $A933;
  335.    InsertMenu = $A935;
  336.    DrawMenuBar = $A937;
  337.    DeleteMenu = $A936;
  338.    DisposeMenu = $A932;
  339.    GetNextEvent = $A970;
  340.    MenuSelect = $A93D;
  341.  
  342.    mouseDown = 1;
  343.    MyMenuID = 20;
  344.   type
  345.    MenuHandle = LongInt;
  346.   var
  347.    myEvent : record
  348.      what : Integer;
  349.      message : LongInt;
  350.      when : LongInt;
  351.      where : Point;
  352.      modifiers : Integer;
  353.     end;
  354.    MyMenu : MenuHandle;
  355.    tempL : LongInt;
  356.    temp : Integer;
  357.    done, tempB : boolean;
  358.  begin
  359.   writeln('Select "My Menu" and try scrolling it ...');
  360.   MyMenu := LInlineF(NewMenu, MyMenuID, 'My Menu');
  361.    { ^1 means ICON # 257, in this case the bug icon of MacPascal }
  362.   InlineP(AppendMenu, MyMenu, 'bug 1^1;bug 2^1;bug 3^1');
  363.   InlineP(AppendMenu, MyMenu, 'bug 4^1;bug 5^1;bug 6^1');
  364.   InlineP(AppendMenu, MyMenu, 'bug 7^1;bug 8^1;bug 9^1');
  365.   InlineP(AppendMenu, MyMenu, 'bug 10^1');
  366.   InlineP(InsertMenu, MyMenu, 0);
  367.   InlineP(DrawMenuBar);
  368.   done := false;
  369.   while not done do
  370.    begin
  371.     tempB := BInlineF(GetNextEvent, -1, @myEvent);
  372.     if myEvent.what = mouseDown then
  373.      begin
  374.       tempL := LInlineF(MenuSelect, @myEvent.where);
  375.       done := true;
  376.      end;
  377.    end;
  378.   InlineP(DeleteMenu, MyMenuID);
  379.   InlineP(DisposeMenu, MyMenu);
  380.   InlineP(DrawMenuBar);
  381.  end.
  382.  -------
  383.  
  384.  
  385.   ----- End of Forwarded Message ----------
  386.  
  387.  ------------------------------
  388.  
  389.  Date: Thu, 22 May 86 19:15:23 edt
  390.  From: cperry@mitre.ARPA (Chris Perry)
  391.  Subject: SetFile 2.0 Bug
  392.  
  393.  I installed the SetFile 2.0 desk accessory on a HyperDrive 20
  394.  under Finder 5.2.  When I first opened it up, a minifinder file list
  395.  appeared briefly only to be overlaid by a second minifinder, offset
  396.  by about 1/4" down from the first minifinder.  When I designated
  397.  a file, nothing printed out in the CREATOR, T?PE or LOCATION boxes.
  398.  
  399.  I re-installed SetFile on a 4.1 Finder system disk, booted it, and
  400.  the desk accessory works fine:  I can designate a file and get the
  401.  expected output from it.
  402.  
  403.  Question:  is SetFile 2.0 supposed to work with HFS and Finders
  404.  above 5.1?
  405.  
  406.  Chris
  407.  
  408.  ------------------------------
  409.  
  410.  Date: Mon 26 May 86 17:05:56-EDT
  411.  From: WEINSTEIN@G.BBN.COM
  412.  Subject: A "gotcha" for user routines on the vertical retrace queue
  413.  
  414.  Beware of the following oddity when installing user routines on the vertical
  415.  retrace queue, as when following Apple's instructions (in the technical notes)
  416.  on how to produce continuous sound through the sound driver without annoying
  417.  clicking:
  418.  
  419.  Some routines in the Macintosh ROM seem to use A5 as scratch, in violation
  420.  of all conventions. Hence, if your interrupt routine accesses program globals,
  421.  and just happens to be called while one of these screwy ROM routines is
  422.  executing, it will not find those globals where it expects. The result is
  423.  likely to be mysterious addressing exceptions and other failures which will
  424.  be excruciatingly difficult to pin down (ever tried to set a break point on
  425.  a vertical retrace interrupt routine? I doubt it would work -- I was too
  426.  scared to even try it). The solution is simple -- save the current value of
  427.  a5 on the stack on entry to your interrupt routine, and reset it to the
  428.  proper value by using the CurrentA5 value in low memory. Then, restore its
  429.  original value before exiting your routine.
  430.  
  431.  I haven't even attempted to do anything like this under Switcher yet, but
  432.  there are warnings about interrupt routines accessing program globals in
  433.  the switch documentation so I assume that getting it to work under switcher
  434.  would be even more complicated.
  435.  
  436.  ------------------------------
  437.  
  438.  Date: 21 May 86 11:14:24 EDT
  439.  From: Jeffrey Shulman <SHULMAN@RED.RUTGERS.EDU>
  440.  Subject: Usenet Mac Digest V2 #40
  441.  
  442.  Usenet Mac Digest          Wednesday, 21 May 1986      Volume 2 : Issue 40
  443.  
  444.  Today's Topics:
  445.       HELP!  with HyperMac+
  446.       Re: Modula-2 for Macintosh (commercial-MacMETH)
  447.       Word Tools
  448.       Experience with 512K -> Mac+ upgrade.
  449.       Lightspeed C and Ram disk
  450.       Re: right to left word processing
  451.       Re: Lightspeed C and Ram disk
  452.       remember those Verbatim refunds?
  453.       Mac output on HP LaserJet?
  454.       SCSI pronunciation query
  455.       System Update for Fokker Triplane?
  456.       LW 3.0 is very slow printing A4-sized documents
  457.       icon in buttons (My solution)
  458.       Re: MacAuthor_review (long)
  459.       Anybody know of a good general ledger program?
  460.       MS-Basic on Mac+
  461.       Interrupts on the Mac
  462.       Bad Bundle Bombs Finder
  463.       Re: Finder tip
  464.       Lightspeed C Bugs
  465.       Mac News and Rumors
  466.       New 512 without new ROM
  467.       Printing on a LaserWriter
  468.       Traveling with my Mac
  469.  -----------------------------------------------------------------------
  470.  
  471.  [
  472.  archived as [SUMEX-AIM.ARPA] <INFO-MAC>USENETV2-40.ARC
  473.  
  474.  DoD
  475.  ]
  476.  
  477.  ------------------------------
  478.  
  479.  Date: 24 May 86 21:30:22 EDT
  480.  From: Jeffrey Shulman <SHULMAN@RED.RUTGERS.EDU>
  481.  Subject: Usenet Mac Digest V2 #41
  482.  
  483.  Usenet Mac Digest          Saturday, 24 May 1986      Volume 2 : Issue 41
  484.  
  485.  Today's Topics:
  486.       Seen GKS for Mac?
  487.       Acta/Symmetry Software
  488.       SCSI disks
  489.       Re: HFS again
  490.       Re: Delphi Mac Digest V2 #19
  491.       Re: Mac+ (attention: Apple)
  492.       Cheap ($5) fan for a hot Mac
  493.       Loads and loads of SCSI drives for Mac+ -- Which to choose?
  494.       Apple buyout?
  495.       Fanny Mac cooling fans
  496.       Pointers needed to Spelling programs and hard disks
  497.       Info on Setting up Mac Lab wanted
  498.       recipe: getting HFS to run on the TECMARs
  499.       Apple, please interchange ZOOM-Box and CLOSE-Box
  500.       CAUTION, WARNING, DANGER ThinkTank 512 and 128K ROMS
  501.       Re: Loads and loads of SCSI drives for Mac+ -- Which to choose?
  502.       Re: List Manager availability (was: ICONS in buttons)
  503.  -----------------------------------------------------------------------
  504.  [
  505.  archived as [SUMEX-AIM.ARPA] <INFO-MAC>USENETV2-41.ARC
  506.  
  507.  DoD
  508.  ]
  509.  
  510.  ------------------------------
  511.  
  512.  Date: 25 May 86 17:57:27 EDT
  513.  From: Jeffrey Shulman <SHULMAN@RED.RUTGERS.EDU>
  514.  Subject: Delphi Mac Digest V2 #20
  515.  
  516.  Delphi Mac Digest          Sunday, 25 May 1986      Volume 2 : Issue 20
  517.  
  518.  Today's Topics:
  519.       Re: MIDI, SIGs, et al.
  520.       RE: Usenet Mac Digest V2 #39 (Re: Msg 8301)
  521.       Apple SCSI
  522.       RE: getting screen dumps with menus (Re: Msg 8258)
  523.       128K ROM/keypad bug
  524.       RE: Large screen display (Re: Msg 8292)
  525.       Note to Apple Developers
  526.       MacServe...
  527.       Jonathon report
  528.       RE: MacDraw 1.9 patches (Re: Msg 8198)
  529.       Re: HELP!  with HyperMac+
  530.       re: Interrupt switch problems on the Mac
  531.       RE: re: Interrupt switch problems on the (Re: Msg 8389)
  532.       Re: How does one make PICT resources?
  533.       Re: How does one make PICT resources?
  534.       List Manager
  535.       PCB Layout Software
  536.       Hayden Software bought
  537.       Maybe this was asked on Usenet or Info-Mac
  538.       Purging HFS Desktop
  539.       RE: Purging HFS Desktop (Re: Msg 8460)
  540.  -----------------------------------------------------------------------
  541.  [
  542.  archived as [SUMEX-AIM.ARPA] <INFO-MAC>DELPHIV2-20.ARC
  543.  
  544.  DoD
  545.  ]
  546.  
  547.  ------------------------------
  548.  
  549.  Date: 25 May 86 20:48:06 EDT
  550.  From: Jeffrey Shulman <SHULMAN@RED.RUTGERS.EDU>
  551.  Subject: FontDisplay 4.0
  552.  
  553.  This is FontDisplay 4.0, a program that allows you to display and print files
  554.  containing fonts.
  555.  
  556.  In addition to numerous bug fixes, version 4.0 features:
  557.                 Sample Window text saved
  558.                 Can now print Sample Window text as part of the Style Sheet
  559.                 Indexed documentation with edit history
  560.                 Better printing error messages
  561.  
  562.  [ This is a BinHex'ed PackIt II compressed file (saved 20K over
  563.  non-compressed ]
  564.  ------------------------------------------------------------
  565.  (This file must be converted with BinHex 4.0)
  566.  
  567.  [
  568.  archived as [SUMEX-AIM.ARPA]<INFO-MAC>UTILIT?-FONTDISPLA?-40.HQX
  569.  
  570.  DoD
  571.  ]
  572.  
  573.  ------------------------------
  574.  
  575.  Date: 21 May 86 20:41:47 EDT
  576.  From: Jeffrey Shulman <SHULMAN@RED.RUTGERS.EDU>
  577.  Subject: Latest TechNotes
  578.  
  579.  The following messages contain the latest Apple TechNotes brought to you by
  580.  Apple and Delphi.
  581.  
  582.  Tech Note 0:  Introduction to Mac Tech Notes May86 edition.
  583.  
  584.  Tech Note 2:  describes what you should do in your applications to be sure of
  585.  compatibility with future Macintoshes.
  586.  
  587.  Tech Note 6:  describes how a Desk Accessory locates resources which are owned
  588.  by it, even if it has been renumbered by the Font/DA Mover.
  589.  
  590.  Tech Note 7:  describes several handy debugging techniques, with instructions
  591.  for using them with both MacsBug and TMON.
  592.  
  593.  Tech Note 8:  describes a problem with the AppleTalk Pascal interface.
  594.  
  595.  Tech Note 9:  describes Internets, a method of connecting together AppleTalk
  596.  networks to form a larger distributed computing facility.
  597.  
  598.  Tech Note 12:  this is an update to the MacWrite 4.5 file format
  599. -documentation.
  600.  
  601.  Tech Note 14:  describes how to write INIT resources that reside in files
  602. -other
  603.  than the System File.
  604.  
  605.  Tech Note 17:  describes new low-level printer calls.
  606.  
  607.  Tech Note 22:  describes a minor bug in TextEdit routine TEScroll in the 128K
  608.  ROMs.
  609.  -------
  610.  
  611.  [
  612.  from the moderator:
  613.  
  614.  archived as [SUMEX-AIM.ARPA] <INFO-MAC>TN00.HQX
  615.                                         TN02.HQX
  616.                                         TN06.HQX
  617.                                         TN07.HQX
  618.                                         TN08.HQX
  619.                                         TN09.HQX
  620.                                         TN12.HQX
  621.                                         TN14.HQX
  622.                                         TN17.HQX
  623.                                         TN22.HQX
  624.  
  625.  the previous files TN00.HQX and TN14.HQX have been renamed TN00-OLD.HQX
  626.  and TN14-OLD.HQX.
  627.  
  628.  DoD
  629.  ]
  630.  
  631.  ------------------------------
  632.  
  633.  Date: Thu, 22 May 86 10:28:43 PDT
  634.  From: chuq%plaid@SUN.COM (Chuq Von Rospach)
  635.  Subject: FONT-BOSTONII
  636.  
  637.  
  638.  Instructions for installing and using the Boston II font:
  639.  
  640.  There are four parts to this Boston II distribution:
  641.  
  642.  o FULMAN.BOS -- The manual for the Boston II font. This manual must
  643.          be formatted by Macwrite 4.5 on a 512K or larger machines. It
  644.          will NOT work on a 128K machine, and it is too complicated for
  645.          Word to successfully convert.  There is a 128K version of this
  646.          document (in four pieces) available on CompuServe, but I didn't
  647.          download it due to cost.
  648.  
  649.  o MACWRT.BOS -- The Boston II font set up for MacWrite. Use these fonts
  650.          to format the manual regardless of your normal Word processor.
  651.  
  652.  o WORD.BOS -- The Boston II font set up for Microsoft Word.
  653.  
  654.  o N?.BOS -- The Boston II font set up for Microsoft Word, but numbered
  655.          to act as a replacement for the New ?ork Font, allowing it to
  656.          be the startup Word font.
  657.  
  658.  All fonts are in Font/DA mover format.
  659.  
  660.  Notes:
  661.  
  662.  This font is copyrighted and is shareware ($10), cheap at twice the price.
  663.  I have been using Boston, the original version of this font, for a number
  664.  of months now as my main font, but Boston II makes the original Boston
  665.  look like San Francisco font. There are also new sizes available (such as
  666.  a VER? readable 7 point) a LOT of special characters, and a special 1 point
  667.  leading font. Read the manual, it explains all about using this stuff and
  668.  is a work of art besides.  ?ou have to look VER? closely to see that this
  669.  isn't laserwriter output, and it is significantly cleaner than a typewriter.
  670.  
  671.  [
  672.  the rest of this message is archived as:
  673.  
  674.        [SUMEX-AIM.ARPA]<INFO-MAC>FONT-BOSTON2.README
  675.  
  676.  the other files are:
  677.        [SUMEX-AIM.ARPA]<INFO-MAC>FONT-BOSTON-FULMAN.HQX
  678.        [SUMEX-AIM.ARPA]<INFO-MAC>FONT-BOSTON-MACWRT.HQX
  679.        [SUMEX-AIM.ARPA]<INFO-MAC>FONT-BOSTON-N?.HQX
  680.        [SUMEX-AIM.ARPA]<INFO-MAC>FONT-BOSTON-WORD.HQX
  681.  
  682.  DoD
  683.  ]
  684.  
  685.  ------------------------------
  686.  
  687.  Date: Fri, 23 May 1986 16:17:28 EDT
  688.  From: Robert L. Wald  <6090617%PUCC.BITNET@WISCVM.WISC.EDU>
  689.  
  690.  
  691.  (Also posted to USENET)
  692.  I'm trying to compile a list of Macintosh magazines, newsletters, etc...
  693.  I'd appreciate any help in getting names, contact addresses, and the aim
  694.  of the publication. Please send mail, I'll post it to the net when compiled
  695.  if there is a demand.
  696.  Thanks.
  697.  
  698.  =========================================================================
  699.  -Rob Wald
  700.  (PUCC User Services)
  701.  BITNET: 6090617@PUCC  (preferably)
  702.  UUCP: ...ALLEGRA!PSUVAX1!PUCC.BITNET!6090617
  703.  
  704.  ------------------------------
  705.  
  706.  Date: Mon, 19 May 86 11:40 EST
  707.  From: CML5A9%IRISHMVS.BITNET@WISCVM.WISC.EDU
  708.  Subject: LINT again
  709.  
  710.  I would also like to see LINT for the Mac.  AN? lint.
  711.  Of AN? kind.  I remember a while back someone was talking
  712.  about something along these lines and pointed out something
  713.  interesting.  In order to have a really USABLE lint for
  714.  the mac, someone also has to take the time to type in
  715.  all of the function definitions with types as per Inside
  716.  Mac into header files.  That is, lint without the toolbox
  717.  descriptions wouldnt be as useful.  I remmeber that the
  718.  person was looking for people to help split the task.
  719.  But then again, without lint, it's pretty useless.
  720.  
  721.  -Tom Dowdy
  722.  "If it jams, force it, if it breaks, it needed fixing anyway."
  723.  
  724.  ------------------------------
  725.  
  726.  Subject: new software support plans from Apple
  727.  Date: 20 May 86 09:26:14 EDT (Tue)
  728.  From: cdh@BBN-VAX.ARPA
  729.  
  730.  Strange though it seems, the following is not a joke:
  731.  
  732.  Summarized from the May 12 edition of Electronics magazine, p. 24:
  733.  
  734.  John Scully, chairman of the board, announced that Apple will offer
  735.  MS-DOS support via an add-on board for the Macintosh personal
  736.  computer.  Furthermore, they will also add ATT Unix in a renewed bid
  737.  to penetrate the business and technical markets.  The announcements
  738.  were made at a closed meeting of financial analysts at the company's
  739.  Cupertino headquarters.
  740.  
  741.  Development of the UNIX system for the Macintosh is taking place
  742.  inside Apple, the company says, using proprietary software bought from
  743.  Cadmus Computer Systems, Inc. of Lowell, Mass.  The MS-DOS
  744.  implementation, on the other hand, is being done by a third party, and
  745.  will be supported as an add-on board.
  746.  
  747.  The publisher of the California Technology Stock Letter, Michael
  748.  Murphy, was at the meeting and said, "Sculley specifically said they
  749.  are going to announce, during the next 12 months, more products than
  750.  Apple has announced in its entire corporate history to date."
  751.  
  752.  The rest of the article primarily deals with other companies'
  753.  reactions to the announcement.
  754.  
  755.  Just thought people would be interested.
  756.  
  757.  Carl
  758.  
  759.  ------------------------------
  760.  
  761.  End of INFO-MAC Digest
  762.  **********************
  763.  
  764.  Next, history, delete, reply, help, etc.?
  765. @